﻿/* footer */
.footer {
    background: #f5f5f5;
    position: relative;
}

.footer:before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: url(../img/foot_top_line.jpg) center 0/100% no-repeat;
}

.footer .bd {
    padding: 40px 0 50px;
    overflow: hidden;
}

.footer .foot-left {
    float: left;
    width: 24.30556%;
}

.footer .foot-left h1 {
    color: #333;
}

.footer .foot-left h5 {
    color: #333;
    font-weight: lighter;
    line-height: 1;
}

.footer .linkus {
    margin-top: 70px;
}

.footer .linkus li {
    float: left;
    position: relative;
    margin-right: 10%;
}

.footer .linkus li:last-child {
    margin-right: 0;
}

.footer .linkus li a {
    color: #fff;
}

.footer .linkus li a span {
    font-size: 30px;
}

.footer .linkus li a:hover {
    color: #e93f36;
}

.footer .linkus li .showbox {
    position: absolute;
    left: 0;
    top: 100%;
    width: 120px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.footer .linkus li .showbox img {
    width: 100%;
}

.footer .linkus li:hover a {
    color: #e93f36;
}

.footer .linkus li:hover .showbox {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 10px);
}

.footer .foot-right {
    float: right;
    width: 75.55556%;
}

.footer .foot-right dl {
    width: 25%;
    float: left;
}
.footer .foot-right dl:nth-child(4),.footer .foot-right dl:nth-child(5),.footer .foot-right dl:nth-child(6){
	display:none
}
.footer .foot-right dl h2 {
    color: #333;
    font-weight: normal;
}

.footer .foot-right dl h2 a {
    color: #333;
}

.footer .foot-right dl dt {
    width: 90%;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer .foot-right dl dd {
    padding-top: 20px;
}

.footer .foot-right dl dd ul li {
    line-height: 34px;
    display:none;
}
.footer .foot-right dl dd ul li:nth-child(1),.footer .foot-right dl dd ul li:nth-child(2),.footer .foot-right dl dd ul li:nth-child(3),.footer .foot-right dl dd ul li:nth-child(4),.footer .foot-right dl dd ul li:nth-child(5){
display:block;

}
.footer .foot-right dl dd ul li a {
    color: #777;
}

.footer .foot-right dl dd ul li a:hover {
    color: #005096;
}

.footer .foot-right dl dd .lx {
    margin-bottom: 18px;
}

.footer .foot-right dl dd .lx p {
    color: #777;
    line-height: 24px;
}

.footer .foot-right dl dd h3 {
    font-weight: normal;
    font-family: 'BEBAS';
    color: #005096;
    margin-top: 0;
}

.footer .ft {
    background-color: #e5e5e5;
    padding: 20px 0;
    color: #999;
    overflow: hidden;
}

.footer .ft .ft-left {
    float: left;
    font-size: 12px;
}
.footer .ft .ft-left a{color:#999}

.footer .ft .ft-left span {
    margin-right: 14px;
}

.footer .ft .ft-right {
    float: right;
    font-size: 12px;
}

.footer .ft .ft-right a {
    color: #999;
    margin: 0 24px;
}

.footer .ft .ft-right a:last-child {
    margin-right: 0;
}

.footer .ft .ft-right a:hover {
    color: #005096;
}

@media screen and (max-width: 1024px) {
    .footer .bd {
        padding: 50px 0;
    }

    .footer .ft .ft-right a {
        margin: 0 10px;
    }
}

@media screen and (max-width: 900px) {
    .footer .bd {
        padding: 30px 0;
    }

    .footer .foot-left {
        float: none;
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .footer .foot-right {
        float: right;
        width: 100%;
    }

    .footer .ft {
        padding: 20px 0;
        text-align: center;
    }

    .footer .ft .ft-left {
        float: none;
    }

    .footer .ft .ft-right {
        float: none;
    }

    .footer .linkus {
        margin-top: 20px;
        width: auto;
        margin: 20px auto 0;
    }

    .footer .linkus li {
        margin-right: 14%;
    }
}

@media screen and (max-width: 768px) {
    .footer .foot-right dl {
        width: 100%;
        float: none;
    }

    .footer .foot-right dl dt {
        width: 100%;
        padding: 15px 0;
        position: relative;
    }

    .footer .foot-right dl dt:after {
        content: '';
        display: block;
        width: 10px;
        height: 16px;
        background: url(../images/icon_go.png) 0 0/100% 100% no-repeat;
        opacity: 0.5;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        transition: all .5s;
    }

    .footer .foot-right dl dt.on:after {
        transform: translateY(-50%) rotate(-90deg);
    }

    .footer .foot-right dl dd {
        display: none;
    }
}













/** reset **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, img{border:medium none;margin: 0;padding: 0; color: #1c1d1e;}
body,button, input, select, textarea{font: 14px/1.5 'Microsoft Yahei',tahoma, Srial, helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6{font-size: 100%;}
em{font-style:normal;}
ul, ol{list-style: none;}
*{box-sizing: border-box;}
a{text-decoration: none;color:#1c1d1e;}
a:hover{text-decoration: none;
		color:#e93f36;
		-moz-transition: all 0.3s ease-in;
		-webkit-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
}
img{border:0px;  outline-width:0px;  vertical-align:top;}
.clearfix:after{clear:both;content:"\200B";display:block;height:0;}
.clearfix{*zoom:1;}
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {border: 0;outline : 0;-webkit-appearance:none;} 
input,button,select,textarea{outline:none;appearance:button;
   -moz-appearance:button; /* Firefox */
   -webkit-appearance:button; /* Safari å'Œ Chrome */}
textarea{resize:none;}.button{ border-radius: 0; }
.fl { float:left;}
.fr { float:right;}
.w1440 { width:1440px; margin:0 auto;}
.hide { display:none;}

.fnt62 {font-size: 62px;}
.fnt60 {font-size: 60px;}
.fnt56 {font-size: 56px;}
.fnt48 {font-size: 48px;}
.fnt42 {font-size: 38px;margin-bottom: 10px;/* margin-block: auto; */line-height: 1;}
.fnt38 {font-size: 38px;}
.fnt36 {font-size: 28px;}
.fnt32 {font-size: 32px;}
.fnt30 {font-size: 30px;}
.fnt28 {font-size: 28px;}
.fnt26 {font-size: 26px;}
.fnt24 {font-size: 24px;}
.fnt22 {font-size: 22px;}
.fnt20 {font-size: 20px;}
.fnt18 {font-size: 18px;}
.fnt16 {font-size: 16px;}
@media screen and (max-width:1600px) {
	.w1440 { width: 90%;}
	.fnt62 {font-size: 56px;}
	.fnt60 {font-size: 54px;}
	.fnt56 {font-size: 48px;}
	.fnt48 {font-size: 42px;}
	.fnt42 {font-size: 38px;}
	.fnt38 {font-size: 32px;}
	.fnt36 {font-size: 30px;}
	.fnt32 {font-size: 28px;}
	.fnt30 {font-size: 28px;}
	.fnt28 {font-size: 26px;}
	.fnt26 {font-size: 24px;}
	.fnt24 {font-size: 22px;}
	
}
@media screen and (max-width:1440px) {
	.w1440 { width: 1100px;}
	
	.fnt62 {font-size: 54px;}
	.fnt60 {font-size: 52px;}
	.fnt56 {font-size: 46px;}
	.fnt48 {font-size: 38px;}
	.fnt42 {font-size: 34px;}
	.fnt38 {font-size: 30px;}
	.fnt36 {font-size: 28px;}
	.fnt32 {font-size: 26px;}
	.fnt30 {font-size: 26px;}
	.fnt28 {font-size: 24px;}
	.fnt26 {font-size: 22px;}
	.fnt24 {font-size: 20px;}
	.fnt22 {font-size: 20px;}
	.fnt20 {font-size: 18px;}
	.fnt18 {font-size: 16px;}
	.fnt16 {font-size: 14px;}
	
}
@media screen and (max-width:1280px) {
	.w1440 { width: 96%;}
	
	.fnt62 {font-size: 44px;}
	.fnt60 {font-size: 42px;}
	.fnt56 {font-size: 34px;}
	.fnt48 {font-size: 32px;}
	.fnt42 {font-size: 30px;}
	.fnt38 {font-size: 28px;}
	.fnt36 {font-size: 26px;}
	.fnt32 {font-size: 24px;}
	.fnt30 {font-size: 24px;}
	.fnt28 {font-size: 22px;}
	.fnt26 {font-size: 20px;}
	.fnt24 {font-size: 18px;}
	.fnt22 {font-size: 18px;}
	.fnt20 {font-size: 16px;}
}
@media screen and (max-width:1024px) {
	.w1440 { width: auto; margin: 0 20px;}
	
	.fnt62 {font-size: 40px;}
	.fnt60 {font-size: 38px;}
	.fnt56 {font-size: 30px;}
	.fnt48 {font-size: 28px;}
	.fnt42 {font-size: 26px;}
	.fnt38 {font-size: 24px;}
	.fnt36 {font-size: 22px;}
	.fnt32 {font-size: 20px;}
	.fnt30 {font-size: 20px;}
	.fnt28 {font-size: 18px;}
	.fnt26 {font-size: 18px;}
}
@media screen and (max-width:768px) {
	
	.fnt62 {font-size: 36px;}
	.fnt60 {font-size: 34px;}
	.fnt56 {font-size: 26px;}
	.fnt48 {font-size: 24px;}
	.fnt42 {font-size: 22px;}
	.fnt38 {font-size: 20px;}
	.fnt36 {font-size: 20px;}
	.fnt32 {font-size: 18px;}
	.fnt30 {font-size: 18px;}
	.fnt28 {font-size: 16px;}
	.fnt26 {font-size: 16px;}
}
/* 360 */
@-webkit-keyframes spinAround{
	from{-webkit-transform:rotate(0deg)}
	to{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes spinAround{
	from{-moz-transform:rotate(0deg)}
	to{-moz-transform:rotate(360deg)}
}
@keyframes spinAround {
	from{transform:rotate(0deg)}
	to{transform:rotate(360deg)}
}
@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
/* Moema */
@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@-webkit-keyframes returnToNormal {from {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}to {opacity: 1;-webkit-transform: none;transform: none;}}

@keyframes returnToNormal {from {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}to {opacity: 1;-webkit-transform: none;transform: none;}}
.bg-gray { background-color: #f4f5f7;}
.taCenter { text-align: center;}
.pt0 { padding-top: 0;}























.social-share a {
	position: relative;
	text-decoration: none;
	margin: 4px;
	display: inline-block;
	outline: none
}
.social-share .social-share-icon {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
	font-size: 20px;
	border-radius: 50%;
	line-height: 32px;
	border: 1px solid #666;
	color: #666;
	text-align: center;
	vertical-align: middle;
	transition: background 0.6s ease-out 0s
}
.social-share .social-share-icon:hover {
	background: #666;
	color: #fff
}
.social-share .icon-weibo {
	color: #ff763b;
	border-color: #ff763b
}
.social-share .icon-weibo:hover {
	background: #ff763b
}
.social-share .icon-tencent {
	color: #56b6e7;
	border-color: #56b6e7
}
.social-share .icon-tencent:hover {
	background: #56b6e7
}
.social-share .icon-qq {
	color: #56b6e7;
	border-color: #56b6e7
}
.social-share .icon-qq:hover {
	background: #56b6e7
}
.social-share .icon-qzone {
	color: #FDBE3D;
	border-color: #FDBE3D
}
.social-share .icon-qzone:hover {
	background: #FDBE3D
}
.social-share .icon-douban {
	color: #33b045;
	border-color: #33b045
}
.social-share .icon-douban:hover {
	background: #33b045
}
.social-share .icon-linkedin {
	color: #0077B5;
	border-color: #0077B5
}
.social-share .icon-linkedin:hover {
	background: #0077B5
}
.social-share .icon-facebook {
	color: #44619D;
	border-color: #44619D
}
.social-share .icon-facebook:hover {
	background: #44619D
}
.social-share .icon-google {
	color: #db4437;
	border-color: #db4437
}
.social-share .icon-google:hover {
	background: #db4437
}
.social-share .icon-twitter {
	color: #55acee;
	border-color: #55acee
}
.social-share .icon-twitter:hover {
	background: #55acee
}
.social-share .icon-diandian {
	color: #307DCA;
	border-color: #307DCA
}
.social-share .icon-diandian:hover {
	background: #307DCA
}
.social-share .icon-wechat {
	position: relative;
	color: #7bc549;
	border-color: #7bc549
}
.social-share .icon-wechat:hover {
	background: #7bc549
}
.social-share .icon-wechat .wechat-qrcode {
	display: none;
	border: 1px solid #eee;
	position: absolute;
	z-index: 9;
	top: -205px;
	left: -84px;
	width: 200px;
	height: 192px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 2px 10px #aaa;
	transition: all 200ms;
	-webkit-tansition: all 350ms;
	-moz-transition: all 350ms
}
.social-share .icon-wechat .wechat-qrcode.bottom {
	top: 40px;
	left: -84px
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
	display: none
}
.social-share .icon-wechat .wechat-qrcode h4 {
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
	width: 105px;
	margin: 10px auto
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
	margin: 0 !important
}
.social-share .icon-wechat .wechat-qrcode .help p {
	font-weight: normal;
	line-height: 16px;
	padding: 0;
	margin: 0
}
.social-share .icon-wechat .wechat-qrcode:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -13px;
	width: 0;
	height: 0;
	border-width: 8px 6px 6px 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent
}
.social-share .icon-wechat:hover .wechat-qrcode {
	display: block
}

.social-share-icon:hover svg{fill: #fff; }
.icon-weibo svg{fill: #ff763b; }
.icon-qq svg{fill: #56b6e7; }
.icon-qzone svg{fill: #FDBE3D; }
.icon-wechat svg{fill: #7bc549; }

.yqlj1{width:1440px;min-height: 54px;margin:auto;}
.yqlj2{
    float: left;
    width: auto;
    line-height: 54px;
}
.yqlj3{
    float: left;
    width: auto;
	color:#777;
    line-height: 54px;
    margin: 0 10px;
}


